1 <%@ Master Language="VB" Inherits="System.Web.Mvc.ViewMasterPage" %>
2 <%-- The following line works around an ASP.NET compiler warning --%>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml">
8 <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
9 <link href="../../Content/Site.css" rel="stylesheet" type="text/css" />
17 <h1>Windows Azure Table Storage Paging Sample</h1>
21 <a href="http://1code.codeplex.com/">More code samples</a>
24 <div id="menucontainer">
27 <li><%= Html.ActionLink("Home", "Index", "Home")%></li>
34 <asp:ContentPlaceHolder ID="MainContent" runat="server" />